home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / PictUtils.idl < prev    next >
Encoding:
Text File  |  1996-05-01  |  2.0 KB  |  74 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        PictUtils.idl
  3.  
  4.      Contains:    Picture Utilities Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __PICTUTILS_IDL__
  19. #define __PICTUTILS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __WINDOWS_IDL__
  28. #include <Windows.idl>
  29. #endif
  30. #ifndef __PALETTES_IDL__
  31. #include <Palettes.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  37. /* verbs for the GetPictInfo, GetPixMapInfo, and NewPictInfo calls */
  38. typedef long                    PictInfoID;
  39.  
  40. typedef SOMFourByteStruct        CommentSpec;                /* Derived from a struct of 4 bytes in size */
  41.  
  42. typedef OpaquePtr                CommentSpecPtr;                /* Substituted OpaquePtr for “CommentSpec*” */
  43.  
  44. typedef OpaquePtr                CommentSpecHandle;            /* Substituted OpaquePtr for “CommentSpecPtr*” */
  45.  
  46. typedef SOMLargeStruct            FontSpec;                    /* Derived from a struct of 26 bytes in size */
  47.  
  48. typedef OpaquePtr                FontSpecPtr;                /* Substituted OpaquePtr for “FontSpec*” */
  49.  
  50. typedef OpaquePtr                FontSpecHandle;                /* Substituted OpaquePtr for “FontSpecPtr*” */
  51.  
  52. typedef SOMLargeStruct            PictInfo;                    /* Derived from a struct of 104 bytes in size */
  53.  
  54. typedef OpaquePtr                PictInfoPtr;                /* Substituted OpaquePtr for “PictInfo*” */
  55.  
  56. typedef OpaquePtr                PictInfoHandle;                /* Substituted OpaquePtr for “PictInfoPtr*” */
  57.  
  58. typedef OpaquePtr InitPickMethodProcPtr;
  59. typedef OpaquePtr InitPickMethodUPP;
  60. typedef OpaquePtr RecordColorsProcPtr;
  61. typedef OpaquePtr RecordColorsUPP;
  62. typedef OpaquePtr CalcColorTableProcPtr;
  63. typedef OpaquePtr CalcColorTableUPP;
  64. typedef OpaquePtr DisposeColorPickMethodProcPtr;
  65. typedef OpaquePtr DisposeColorPickMethodUPP;
  66. #if OLDROUTINENAMES
  67. #endif
  68. #endif
  69.  
  70. #endif /* __SOMIDL__ */
  71.  
  72. #endif /* __PICTUTILS_IDL__ */
  73.  
  74.